home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / boymks5e.zip / END.BSC < prev    next >
Text File  |  1991-12-16  |  4KB  |  88 lines

  1. \\
  2. \\  End.bsc by Lee Breeden
  3. \\
  4.  
  5. \\  This script can be use as example of what you can do if all of the
  6. \\  commands that you need to use on a line won't fit.
  7. \\
  8. \\  Most of the commands listed here are normally found in macro # 7
  9. \\  It also displays the time and the name of the last system called and
  10. \\  the length of connection.
  11. \\
  12.  
  13. \bl[endscript]
  14. \bl[restart]
  15.  
  16. |endscript
  17. \CA+[~~~ATH{]                    \\ makes sure that modem disconnected
  18. \IE+OFF,%LD[\eb]]\LD-            \\ checks to make sure that log file
  19.                                  \\ is closed
  20. \eb
  21.                             
  22. |restart
  23. \pl\bb-\ca-[{~]\RC\zs\SK-        \\ normal commands that are in macro 7
  24. \\ATZ{~                          \\ reset modem
  25. \bl[Time]                        \\ run timer and converts to 12 hr clock
  26. \bl[timeEdit]
  27. \bl[display]                          \\ display time from block
  28. \\ii+%hr,19,04,05[\IE+0,%QS[\gs[hostbbs]]\\ runs host at specified time if
  29.                                       \\ queue is empty
  30. \ii+%hr,03,04,05,06[\IE-0,%QS[\QD|\EX]]\\ termainates program if queue is
  31.                                       \\ empty, handy if boyan is loaded
  32.                                       \\ from a batch file where the next
  33.                                       \\ command will run.
  34. \\IE-0,%QS[\QD]                       \\ This command can be used if you
  35.                                       \\ would like to have screen return
  36.                                       \\ to terminal mode if queue is empty.
  37. \\IE+0,%QS[\gs[hostbbs]]
  38. \eb
  39.  
  40. |Time                                  \\ 12 hr clock converts time to 12
  41.                                        \\ hour format
  42. \SV0[%Hr]\eb                           \\        .
  43.                                        \\        .
  44. |timeEdit                              \\        .
  45. \IE+%V0,0 `[\bl[AM]\eb]                \\        .
  46. \IE+%V0,10[\bl[AM1]\eb]                \\        .
  47. \IE+%V0,11[\bl[AM1]\eb]                \\        .
  48. \IE+%V0,12[\bl[PM1]\eb]                \\        .
  49. \IE+%V0,13[\+V0[-12]\bl[PM]\eb]        \\        .
  50. \IE+%V0,14[\+V0[-12]\bl[PM]\eb]        \\        .
  51. \IE+%V0,15[\+V0[-12]\bl[PM]\eb]        \\        .
  52. \IE+%V0,16[\+V0[-12]\bl[PM]\eb]        \\        .
  53. \IE+%V0,17[\+V0[-12]\bl[PM]\eb]        \\        .
  54. \IE+%V0,18[\+V0[-12]\bl[PM]\eb]        \\        .
  55. \IE+%V0,19[\+V0[-12]\bl[PM]\eb]        \\        .
  56. \IE+%V0,20[\+V0[-12]\bl[PM]\eb]        \\        .
  57. \IE+%V0,21[\+V0[-12]\bl[PM]\eb]        \\        .
  58. \IE+%V0,22[\+V0[-12]\bl[PM1]\eb]       \\        .
  59. \IE+%V0,23[\+V0[-12]\bl[PM1]\eb]       \\        .
  60. \IE-%V0,abc[\bl[AM]\eb]                \\        .
  61. \eb                                    \\        .
  62.                                        \\        .
  63. |AM                                    \\        .
  64. \SV1[AM`]\eb                           \\        .
  65. \eb                                    \\        .
  66.                                        \\        .
  67. |AM1                                   \\        .
  68. \SV1[AM]\eb                            \\        .
  69. \eb                                    \\        .
  70.                                        \\        .
  71. |PM                                    \\        .
  72. \SV1[PM `]\eb                          \\        .
  73. \eb                                    \\        .
  74.                                        \\        .
  75. |PM1                                   \\        .
  76. \SV1[PM`]\eb                           \\
  77. \eb                                    \\  timer blocks
  78.  
  79. |Display                    \\ actual screen display block
  80. \svz[%SN]\lvz[23]
  81. \DM22,17[` ╔════════════════════════════════╗ `]
  82. \DM22,18[` ║ Last on %VZ║ `]
  83. \DM22,19[` ╠════════════════════════════════╣ `]
  84. \DM22,20[` ║   Disconnected at %V0:%MI %V1     ║ `]
  85. \DM22,21[` ║     On line for %SL        ║ `]
  86. \DM22,22[` ╚════════════════════════════════╝ `]
  87. \eb
  88.